From 3ed93ea9c34ed9848d37c35424753d8275319bbb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 11 Feb 2008 00:47:02 +0000 Subject: [PATCH] (Equality Predicates): Mention equal-including-properties. --- lispref/objects.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/objects.texi b/lispref/objects.texi index eaf20aa7191..9aa8ba24712 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -2000,7 +2000,8 @@ always true. @end example Comparison of strings is case-sensitive, but does not take account of -text properties---it compares only the characters in the strings. For +text properties---it compares only the characters in the strings. Use +@code{equal-including-properties} to also compare text properties. For technical reasons, a unibyte string and a multibyte string are @code{equal} if and only if they contain the same sequence of character codes and all these codes are either in the range 0 through -- 2.30.2